home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Fresh Download 4.6 / freshdow.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2002-09-18  |  2.3 KB  |  42 lines

  1. ;InnoSetupVersion=3.0.1
  2. [Setup]
  3. AppName=FreshDevices Corp. - FreshDownload
  4. AppVerName=FreshDownload
  5. AppId=FreshDevices Corp. - FreshDownload
  6. DefaultDirName={pf}\FreshDevices\FreshDownload
  7. DefaultGroupName=FreshDevices\FreshDownload
  8. UninstallDisplayIcon={app}\FD.exe
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. LicenseFile=embedded\License.txt
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\fd.exe"; DestDir: "{app}"; 
  16. Source: "{app}\fdb.exe"; DestDir: "{app}"; 
  17. Source: "{app}\fdgo.exe"; DestDir: "{app}"; 
  18. Source: "{app}\back01.bmp"; DestDir: "{app}"; 
  19. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\fdhelp.htm"; DestDir: "{app}"; 
  21. Source: "{app}\fdplugin.dll"; DestDir: "{app}"; 
  22. Source: "{app}\fdiectx.htm"; DestDir: "{app}"; 
  23. Source: "{app}\fdiectx2.htm"; DestDir: "{app}"; 
  24. Source: "{app}\fdcatch.dll"; DestDir: "{app}"; Flags: restartreplace regserver 
  25. [Registry]
  26. Root: HKCU; Subkey: "Software\FreshDevices\FreshDownload"; Flags: uninsdeletekey 
  27. Root: HKCR; Subkey: "FDPartialFile"; Flags: uninsdeletekey 
  28. [Run]
  29. Filename: "{app}\readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  30. [Icons]
  31. Name: "{userdesktop}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  32. Name: "{userstartmenu}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: startmenuicon; 
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  34. Name: "{group}\FreshDownload"; Filename: "{app}\FD.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\FreshDownload Help"; Filename: "{app}\fdhelp.htm"; 
  36. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; 
  37. Name: "{group}\Get Your Free Registration Code!!"; Filename: "{pf}\Internet Explorer\iexplore.exe"; Parameters: "http://www.freshdevices.com/register.html"; IconFilename: "{pf}\Internet Explorer\iexplore.exe"; IconIndex: 1; 
  38. [Tasks]
  39. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  40. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  41. Name: "startmenuicon"; Description: "Create a &Start menu icon"; GroupDescription: "Additional icons:"; 
  42.